home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / id.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ID(1L)            Misc. Reference Manual Pages             ID(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      id - print real and effective UIDs and GIDs
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      iiiidddd [-gnruG] [--group] [--name] [--real] [--user] [-- groups]
  13.      [--help] [--version] [username]
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      This manual page documents the GNU version of iiiidddd.  iiiidddd prints
  17.      information  about the given user, or the process running it
  18.      if no user is specified.  By default,  it  prints  the  real
  19.      user  ID, real group ID, effective user ID if different from
  20.      the real user ID, effective group ID if different  from  the
  21.      real  group  ID, and supplemental group IDs.  It prints each
  22.      of these values preceded by a string identifying it and fol-
  23.      lowed   by   the   corresponding   user  or  group  name  in
  24.      parentheses.
  25.  
  26.      The options cause iiiidddd to print only part of the above  infor-
  27.      mation.
  28.  
  29.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  30.      -_g, --_g_r_o_u_p
  31.           Print only the group ID.
  32.  
  33.      -_G, --_g_r_o_u_p_s
  34.           Print only the supplementary groups.
  35.  
  36.      --_h_e_l_p
  37.           Print a usage message on standard output and exit  suc-
  38.           cessfully.
  39.  
  40.      -_n, --_n_a_m_e
  41.           Print the user or group name instead of the ID  number.
  42.           Requires -_u, -_g, or -_G.
  43.  
  44.      -_r, --_r_e_a_l
  45.           Print the real, instead of effective, user or group ID.
  46.           Requires -_u, -_g, or -_G.
  47.  
  48.      -_u, --_u_s_e_r
  49.           Print only the user ID.
  50.  
  51.      --_v_e_r_s_i_o_n
  52.           Print version information on standard output then  exit
  53.           successfully.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. FSF             Last change: GNU Shell Utilities                1
  64.  
  65.  
  66.  
  67.